home *** CD-ROM | disk | FTP | other *** search
- if(this.onPress == undefined)
- {
- this.onPress = function()
- {
- if(tropa1.soldados[_root.selecionado].getPM() >= _root.mg_valores[_currentframe - 2][3])
- {
- if(!_root.magiaAtiva)
- {
- _root.attachMovie("alvo","alvo2",1000000);
- _root.alvo2.startDrag(true,10,70,740,500);
- Mouse.hide();
- _root.magiaAtiva = true;
- _root.magia_sel = _currentframe - 2;
- }
- else
- {
- _root.aviso("Não há PM suficiente!");
- }
- }
- };
- }
-